home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / bbs / jdrexa10.zip / INST4OF4.DAT / BBS / COMMIE03.ZIP / COMMIE.DOC < prev    next >
Text File  |  1994-12-16  |  6KB  |  151 lines

  1. COMMIE r.03
  2.  
  3.      A free program brought to you by John Rohner.
  4.  
  5.      I can be reached for comments/etc. at Immortality (414-643-1576).
  6.  
  7.  
  8.  
  9. ABOUT
  10.  
  11.      This is a bare-bones communication program to use when calling BBS's
  12.      that support the GIP graphics exchange protocol.  Such as Juggernaut.
  13.  
  14.      GIP (Graphics Interchange Protocol) is a public domain standard that
  15.      allows BBS's and callers to view VGA graphics as easily as they do
  16.      ANSI graphics.
  17.  
  18.      This program is also an example of how other communication program
  19.      authors can add support for GIP to their programs.
  20.  
  21.      As a stand-alone communications program, it's not great.  You will
  22.      want to hang on to what you're using now.
  23.  
  24.  
  25.      This program has the following features:
  26.  
  27.         GIP support (VGA or better required)
  28.         upload/download files
  29.         use arrow keys
  30.         fossil-based communications
  31.         macro key definitions
  32.  
  33.      This program has the following limitations:
  34.  
  35.         Zmodem only protocol
  36.         no dialing directory
  37.         no other frills
  38.         requires a fossil driver
  39.         requires at least a 286
  40.  
  41.  
  42.  
  43. COMMIE.CFG
  44.  
  45.      The program requires that you have a fossil driver (X00, BNU, etc.)
  46.  
  47.          DEVICE = X00.SYS E
  48.  
  49.      will do for most people.
  50.  
  51.      Some things you can configure in the COMMIE.CFG file.  The file is a
  52.      standard text file which you may edit with any text editor.
  53.  
  54.      The lines immediately following "REMINDERS" are displayed when you run
  55.      the program.  These are useful for holding the numbers of BBS's.
  56.  
  57.      The lines immediately following "SETTINGS" are configuration
  58.      information, and must remain in the same order:
  59.  
  60.      ATE1X4          This is the initialization string your modem needs.
  61.                      This will do for most people--but if you have
  62.                      troubles, check what your current communications
  63.                      program sends, and use that.
  64.  
  65.      19200           This is the speed to talk to your modem at.  It is
  66.                      usually the highest speed your modem can handle.
  67.                      Valid values are: 1200, 2400, 9600, 19200, 38400
  68.                      No "57600"--use 38400 instead.
  69.  
  70.      C:\DSZ.EXE      Pathname to your Zmodem program.
  71.  
  72.      DIRECT ON       This means to use Direct (fast) screen writing,
  73.                      anything else here disables direct screen writing.
  74.                      This is also used to tell the software whether to use
  75.                      Direct graphics writing.  So if your graphics are all
  76.                      screwed up always, you should turn this off.
  77.  
  78.                      If you turn this off, display speed may reduce 
  79.                      dramatically, if so change your device line to:
  80.  
  81.                        DEVICE = X00.SYS R=4096 T=2048 E
  82.  
  83.                      That might help.  It increases the modem buffers and
  84.                      is good for improving speed.
  85.  
  86.      2DH             If you have an SVGA card, put your cards screen MODE
  87.                      for 640x480x256 here.  This can usually be found in
  88.                      the card's docs.  If you can't find it, don't worry
  89.                      about it--it's only needed if the BBS wants to use
  90.                      SVGA modes (which right now is nobody).
  91.  
  92.      2EH             If you have an SVGA card, put your cards screen MODE
  93.                      for 800x600x256 here.
  94.  
  95.      The lines immediately following "MACROS" are hot-key'd macros.  Put
  96.      the text you want to send in these, then when you hit F1 - F10 that
  97.      text is sent (everything after the "=").  Use "|" for a CR/LF.
  98.  
  99.  
  100.  
  101. OPERATION
  102.  
  103.      Not much to say, just run it.
  104.  
  105.      The GIP protocol automatically captures and updates any graphic files
  106.      (such as icons) that the BBS uses.  There is no need to download the
  107.      BBS's graphic files.
  108.  
  109.      These will be stored in the BBSSTUFF\ directory, which will be created
  110.      in the current directory.  So it's best to always run Commie from the
  111.      same place, preferable it's own directory.
  112.  
  113.      Only Zmodem is supported to download and upload files.
  114.  
  115.      The arrow keys are active, pressing them works on some BBS's for stuff.
  116.  
  117.      Commands:
  118.  
  119.        <pgup>  to send file(s) (upload to a BBS)
  120.        <pgdn>  to receive file(s) (download from a BBS)
  121.        <alt>c  to reset the screen to non-graphics mode (clear screen)
  122.        <alt>h  to hang up
  123.        <alt>s  to shell to DOS
  124.        <alt>x  to exit the program
  125.  
  126.  
  127.  
  128.  
  129. PROBLEMS
  130.  
  131.  problem: Getting strange characters on the screen after the "What is your
  132.           comm port" question.
  133. solution: Fix the baud rate in COMMIE.CFG.
  134.  
  135.  problem: GIP isn't working.  When selected, it locks up/stops about where
  136.           icons should be displayed.
  137. solution: If you have a slow computer and/or a 2400 or less modem, try
  138.           the X00 line with "R=4096 T=2048".
  139.  
  140.  problem: You want to make programming changes to the source code.
  141. solution: Source code is available with JDR_BBS (Juggernaut).  But you also
  142.           need Basic PDS 7.x.  The COMMIE.BAS file included is just a sample
  143.           of how to make your own comm program GIP-capable.
  144.  
  145.  problem: You see only the text from menus on the screen, no graphics.
  146. solution: Your computer is not going into the graphics mode the sysop is
  147.           using, or possibly line noise has confused everyone.  Hitting
  148.           [Enter] usually redraws the menu--if it redraws correctly you
  149.           know it was just line noise troubles.
  150.  
  151.